home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / MSDOS / (m)aab / 1200.ZIP < prev    next >
Text File  |  1985-11-10  |  2KB  |  41 lines

  1. ;/* -- Adds Hayes/Hayes-compatible autoanswer/autodial capability -- 
  2. ;   The principle is basically to send a text file (one line only) to
  3. ;   the modem, filtering out LINEFEEDs.  Thus, you can use any text
  4. ;   editor or ZIP's, to build your own autoanswer/autodial.  ZIP
  5. ;   will look for files of the following names:
  6. ;        ANSWER.ZIP   -- set up autoanswer
  7. ;        HANGUP.ZIP   -- hang up phone
  8. ;        RESET.ZIP    -- reset modem to defaults (kills autoanswer)
  9. ;        1200.ZIP     -- 1200-bps dialing directory
  10. ;        300.ZIP      -- 300-bps dialing directory
  11. ;   The end of the string to be sent to the modem is signaled to ZIP
  12. ;   by the use of a semicolon (;).  The semicolon can then be used to
  13. ;   start in-line comments.  ZIP will ignore lines starting with a
  14. ;   semicolon, thus allowing whole-line comments as desired.  These
  15. ;   files must be on the current directory/drive.
  16. ;                                                E. Dong  09 July 1985
  17. ;   ---------------------------------------------------------------- */
  18. ;    1200.ZIP -- dialing directory for 1200 baud (300 is similar)
  19. ;   ATDT nnnnnn; description  <-- total length must be less than 70 char
  20. ;   -- the following phone numbers are in the 714 area code (default) --
  21. ATDT 12134026217; Artesia FIDO
  22. ATDT 9808607;     Alta Loma RBBS: Rod Bowman's PC Spectrum
  23. ATDT 6261843;     Claremont FIDO
  24. ATDT 8611549;     Diamond Bar RBBS
  25. ATDT 7330288;     DR RICK`S FIDO
  26. ATDT 3508583;     Fontana RBBS
  27. ATDT 8426348;     Huntington Beach RBBS
  28. ATDT 12136336380; Investor RBBS
  29. ATDT 4933819;     Laguana Niguel RBBS
  30. ATDT 12134386783; Long Beach RBBS
  31. ATDT 18187629156; N.Hollywood RBBS
  32. ATDT 18184411904; Pasadena RBBS (Telisoft)
  33. ATDT 12134596480; Pacific Palisades RBBS
  34. ATDT 5960084;     PC-STREET RBBS
  35. ATDT 8651637;     POLARIS RBBS
  36. ATDT 6219826;     Programmer's FIDO (Claremont)
  37. ATDT 3813370;     San Berandino RBBS
  38. ATDT 12134790964; SYSOPS' RBBS
  39. ATDT 8953722;     Telcomm RBBS (Westminstr)
  40. ATDT 9813787;     Upland RBBS - Conrad Wilcoxson
  41.